home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 469 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  870 b 

  1. Path: news.pix.za!usenet
  2. From: js000021@pixie.co.za (Smit JS)
  3. Newsgroups: comp.lang.c++
  4. Subject: DOS drivers-runtime load in BC3.1 C++
  5. Date: Thu, 04 Jan 1996 18:04:31 GMT
  6. Organization: PiX - Proxima information X-change
  7. Message-ID: <4chj1f$d8b@hawk.pix.za>
  8. NNTP-Posting-Host: 196.23.60.102
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Hi all,
  12. Commercial DOS programs can load a printer driver at run-time from a
  13. selection. I would like to do the same. It should then be possible to
  14. write a new driver for a different printer without altering the
  15. program code. How is this done? I think the drivers are actually EXE
  16. files, but an EXE file has only one entry point, and surely such a
  17. driver has to do different functions?
  18. This has to be done in C++ (perhaps with assembler help if absolutely
  19. necessary.)
  20. Any help will be appreciated.
  21. Thank You 
  22. Johan Smit
  23. js000021@pixie.co.za
  24.  
  25.